Welcome![Sign In][Sign Up]
Location:
Search - socket tcp

Search list

[TCP/IP stacktcp-ipayixidailv

Description: 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放WinSock。 -a simple TCP client a process, the use of WSAStartup () initialization WinSock library. 2, the use of socket () to create a IPPROTO_TCP SOCKET. 3, the use of gethostbyname ()/gethostbyaddr () mainframe access information. 4, the use of connect (), and we create the socket connections server. 5, the use of send ()/recv () to send and receive data until we TCP end of the session. 6, the use of closesocket () closes socket connections. 7, the use of WSACleanup () release WinSock.
Platform: | Size: 5120 | Author: 顾谦 | Hits:

[JSP/Javachattingroom

Description: 用 TCP/IP协议里的套接字(Socket)编程接口来实现一个聊天室.-using TCP/IP protocol's socket (Socket) programming interfaces to achieve a chat room.
Platform: | Size: 41984 | Author: hj | Hits:

[Windows Developnetcode33

Description: 端口扫描 扫描器的一个主要功能就是发现一个主机或网络并检查有什么服务正运行在这台主机上,更进一步还能测试这些服务,发现系统漏洞。要实现这些功能,只需要采用罪简单TCP  connect()扫描。操作系统提供的connect()系统调用,用来与每一个目标计算机端口进行连接。如果端口处于侦听状态,那么connect()就能够成功;否则这个端口不能使用,即没有提供服务。这个技术的最大有点是:无需任何权限。系统中的任何用户都有权利使用这个调用。另一个好处是速度,如果对每个目标端口以线性的方式,使用单独的connect()调用,那将会花费相当长的时间。我们可以同时打开多个socket,从而加速扫描。使用非阻塞I/O允许设置一个较低的时间用尽周期,同时观察多个socket。但这种方法的缺点是很容易被发觉,并且被过滤掉。目标计算机的logs文件会显示一连串的连接和连接是出错的服务消息,并且能很快的使它关闭-port scanner scans one of the main functions is found a host or network and check what services are running in this host, but also further test these services, discovered vulnerabilities. To achieve these functions, the offense only needed a simple TCP
Platform: | Size: 16384 | Author: | Hits:

[TCP/IP stackNewClient

Description: 这是一个TCP协议下的聊天客户端,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat client and easily understood, for beginners master class CSOCKET
Platform: | Size: 48128 | Author: 晨晨 | Hits:

[Internet-Networksockscom

Description: Socks component/wrapper is a C++ class, which is helpful in establishing a socket through a Socks Proxy for TCP-based clients.How is it useful?This wrapper is useful to establish socket connection behind socks proxy. It supports Socks Version 4.0 and Version 5.0. It supports for TCP proxy across firewalls.-Socks component/wrapper is a C class, which is helpful in establishing a socket through a Socks Proxy for TCP-based clients.How is it useful This wrapper is useful to establish socket connection behind socks proxy. It supports Version 4.0 Socks and Version 5.0. It supports TCP proxy for across firewalls.
Platform: | Size: 32768 | Author: 周缘 | Hits:

[TCP/IP stackTCP-IP2

Description: 本书完整而详细地介绍了TCP/IP协议是如何实现的。书中给出了约500个图例,15 000行实际操作的C代码,采用举例教学的方法帮助你掌握TCP/IP实现。本书不仅说明了插口API和协议族的关系以及主机实现与路由器实现的差别。还介绍了4.4BSD-Lite版的新的特点,如多播、长肥管道支持、窗口缩放、时间戳选项以及其他主题等等。读者阅读本书时,应当具备卷1中阐述的关于TCP/IP的基本知识。本书适用于希望理解TCP/TP协议如何实现的人,包括编写网络应用程序的程序员以及利用TCP/IP维护计算机网络的系统管理员。 -the book complete and detailed presentation of the TCP/IP protocol is how to achieve it. The book is about 500 Legend, OK 15000 actual operation of the C code used for the teaching method to help you master the TCP/IP protocol. The book shows not only the socket API and agreements ethnic relations and hosts and routers to achieve the difference. Also introduced 4.4BSD-Lite version of the new features, such as multicast, long fat pipe, window resizing, timestamp options and other topics, etc.. Readers of this book, Volume 1 should have elaborated on the TCP/IP basic knowledge. This applies to hope to understand TCP/TP how to achieve the agreement, including the preparation of Web applications programmers and the use of TCP/IP to safeguard the computer network system administrator.
Platform: | Size: 30044160 | Author: 韦斯 | Hits:

[ICQ-IM-ChatTcp_Chat

Description: VC TCP winsocket 聊天程序 VC TCP winsocket 聊天程序-VC TCP winsocket chat program VC TCP winsocket chat program
Platform: | Size: 206848 | Author: king | Hits:

[Internet-NetworkTCPServerfdfda3

Description: Socket 服务器端程序,VC写的,很适合学习,类似QQ界面-Socket server software, written in Visual C++ is well-suited to learning, similar QQ interface
Platform: | Size: 45056 | Author: 康抗 | Hits:

[Internet-Networkjava__sound

Description: 用java编写的语音通讯软件,使用Socket,tcp连接-prepared with the voice communications software, Socket, tcp connections
Platform: | Size: 21504 | Author: micklysky | Hits:

[TCP/IP stackns-tcp-comment

Description: ns2当中的TCP module code的注释资料,对于网路模拟研究人员相当受用。-NS2 TCP module code information to the Notes, network simulation study very well.
Platform: | Size: 39936 | Author: 鄭喬鴻 | Hits:

[CSharpZYBSocket

Description: 这个是我做的一个异步的Socket类库,分TCP客户端和TCP服务器端,经测试,可以稳定的运行,可以放心的应用在你的项目里,有问题请于zhouyabo@gmail.com连接,或在我的Blog上留言:http://zhouyabo.cnblogs.com/-this is what I do an asynchronous socket library,- TCP client and server-side TCP, tested, the stable operation The application can be assured in your project, problems please zhouyabo@gmail.com connectivity, or in my blog wrote : http://zhouyabo.cnblogs.com/
Platform: | Size: 157696 | Author: huji | Hits:

[TCP/IP stackvolume3

Description: 用TCPIP进行网际互联第三卷:客户——服务器编程与应用:Linux/Posix和 TCP/IP协议一样是一套经典的协议书籍。-TCPIP used for internetworking Volume III : Customer-- Server and Application Programming : Linux/Posix and the TCP/IP protocol is the same set of classic books on the agreement.
Platform: | Size: 11291648 | Author: Nick | Hits:

[JSP/JavaJavaSocketServer

Description: Java源码,TCPIP Socket通讯,Server端程序。-Java source code, TCPIP Socket Communications, Server-side.
Platform: | Size: 1024 | Author: 翟鸿鸣 | Hits:

[Windows Developtcpipsockett

Description: 这是一个关于TCP/IP的好原代码,如果想学习TCP/IP请下载好了. -This one of the TCP/IP a good source, If you want to study TCP/IP download it. This is one of the TCP/IP a good source, If you want to study TCP/IP download it.
Platform: | Size: 13312 | Author: qiyehai | Hits:

[ICQ-IM-Chatjava4597845676

Description: 本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple. Java API sets to address the communications interface provides a type java.net.Socket. , make preparation network applications relatively easily. Multi-threaded servers to meet the multi-user request, and through JDBC
Platform: | Size: 1654784 | Author: jmz | Hits:

[Streaming Mpeg4lanchattoolsrc

Description: 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。-program design into the application server and client applications, using Socket Library Network Programming. (UDP) and (TCP/IP) combined for the connection, and solving the data transmission can ensure that the timeliness of the data transfer process is not lost.
Platform: | Size: 233472 | Author: qifang | Hits:

[Sniffer Package capturePacket_Listener

Description: 基于 Raw Socket 的 数据包捕获程序。支持 TCP/UDP/ICMP,支持端口及IP 过滤。-Raw Socket-based packet data capture process. Supports TCP/UDP/ICMP, IP and port support filtering.
Platform: | Size: 43008 | Author: xpan | Hits:

[Internet-NetworkCommunicationbylqh

Description: 基于Socket TCP的网络文件传输例子,比较精练,简单易懂,对网络编程入门者有参考作用。-based on Socket TCP network file transfer example, more concise and easily understood. Network Programming for beginners as a useful reference.
Platform: | Size: 3897344 | Author: Lqh | Hits:

[Windows Mobilece-tcp

Description: wince下socket编程的例子,包括server端和client端-wince under socket programming examples, including server and client-side
Platform: | Size: 58368 | Author: pknife | Hits:

[ICQ-IM-Chatsocket_tcpserver

Description: socket/windows平台下的网络服务器,用于监听客户端发送的信息-socket/windows platform for the network server, the client for monitoring the transmission of information
Platform: | Size: 1386496 | Author: 徐翠林 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net